




/*
     FILE ARCHIVED ON 23:26:52 May 10, 2006 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 19:59:17 Aug 25, 2014.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/* 3 Notes */

/* floating box */

#rap {
	margin: 0 auto 0 auto;
	background: url (./collage.gif) top left no-repeat;
	width: 720px;
	position: relative;
}

#samples {
	border: 1px solid black;
	border-style: dashed;
	padding: 6px 6px 6px 6px;
	margin: 5px 10px 10px 0px;
	background-color: #F0F0F0;
	float: left;
	width: 185px;
	font-size: 9px;
	}
	
#samples p {
	margin: 0;
	padding: 0;
	font-size:9px;
	}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin: 0;
	padding: 0;
	line-height: 1.75em;
}

h1 { /* right now, h1 is for the left side headers */
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 10px 0;
	padding: 0;
}

h2 { /*h2 is for the right side header */
	font-size: 12px;
	font-weight: bold;
	margin: 0 0 10px 0;
	padding: 0;
}

h3 { /*h3 is for the right side dates */
	font-size: 11px;
	font-weight: bold;
	margin: 20px 0 14px 1px;
	padding: 0;
}

h4 {
	font-size: 11px;
	font-weight: bold;
	color: #111111;
	margin: 0;
	padding: 0;
}

img {
    border: none;
}

.text {
	width: 430px;
	padding: 300px 15px 15px 16px;
}

#mainText {
}

#innerText {
	display: none;
	}

#aboutText {
	display: none;
	}

#footer {
	text-align: left;
	width: 720px;
	padding: 0px 0px 0px 15px;
}

#player {
	position: absolute;
	width: 240px;
	top: 300px;
	left: 475px;
	height: 400px;
}

.post {
	margin-left: 10px;
	margin-bottom: 8px;
    border-bottom: 1px dotted #333333;
}	

.songtitle {
	margin: 10px 0 0 0;
	padding: 0;
	font-weight: normal;
	font-style: italic;
	color: #333333;
}

.songtitle a {
	text-decoration: none;
}


.postcontent p {
	margin: 0;
	padding: 0;
}

.postcontent {
	background-color: #DDEEAA;
	padding: 4px;
	margin-bottom: 10px;
	display: none;
}

.clear {
	clear: both;
	height: 2px;
    line-height: 2px;
	padding: 0;
	margin: 0;
}


.excerpt p {
	margin: 0;
	padding: 0;
}

.excerpt {
	width: 135px;
	float: left;
	margin: 0 0 12px 0;
}


.moreInfo {
    /*
	float: left;
	width: 7px;
	margin: 4px 6px 3px 0px;
    */
}


/* PLAYER STUFF */

.play_button {
	float: left;
	width: 50px;
	font-size: 11px;
	color: #227722;
	margin: 1px 0px 0 0;
}

.mp3_link {
	float: left;
	width: 30px;
	color: #227722;
	margin: 4px 0px 0 0;
	font-size: 11px;
}

.mp3_link a {
	color: #227722;
}
a:link {
	color: #333333;
}
a:visited {
	color: #333333;
}
a:hover {
	color: #000000;
}
